hash table

[hæʃ ˈteibl]
  • hash table
  • 释义

    杂凑(哈希)表;

纠错 数据更新时间:2026-04-17 21:46:30
1、

This class builds a hash table of key-value pairs at the class instantiation.

此类在类实例化时构建一个键值对哈希表。

互联网摘选

2、

We propose a Double-counter Bloom filtered Hash Table ( DBHT).

本文提出了一种基于双计数布鲁姆过滤器的哈希表(Double-counter Bloom filtered Hash Table,DBHT)。

互联网摘选

3、

Synthetic match and Hash table are introduced to improve SPECK.

算法中还引入了哈希表和综合匹配法对SPECK算法进行了改进。

互联网摘选

4、

Update& The update method takes an integer ID to specify the row to update, as well as a hash table of fields to update with the specified values.

update&update方法接受一个整数ID,以指定要更新的行;或者接受一个字段哈希表,使用指定的值更新字段。

互联网摘选

5、

In various languages, this collection is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.

这个集合可能被实现为对象、记录、结构、词典、散列表、键列表或关联数组,具体情况取决于所使用的语言。

互联网摘选

6、

A Distributed and Based on Hash Table Mobile Agent Addressing Mechanism

基于哈希表的分布式移动Agent的寻址机制

互联网摘选

7、

And also considering the linear table, hash table and bintree structure, we can quickly found a compound search tree stucture basing on varied step trie.

在此基础上,结合线性链表,散列表以及二叉查找树结构,可快速构建基于变步长trie树的复合式查找树结构。

互联网摘选

8、

If no response, the query is transferred to the peer group, and propagated within group peers under the instruction of the Partial Hash Table maintained by the group;

得不到响应时再将查询请求提交给节点组,在组哈希表(Partial Hash Table)的指导下进行组内节点转发;

互联网摘选

9、

As the main study object, mesh model was analyzed, and element classes were established according to the topological relationship of geometric elements. For high efficiency read, store and delete, Chain Hash table was used to manage these element classes.

针对主要研究对象&三维网格模型中的复杂拓扑关系,本文为各几何元素建立了相应的元素类,并引入链式Hash表作为管理各元素类的数据结构。

互联网摘选

10、

An array into which data is inserted using a hash function is called a hash table.

使用哈希函数向数组插入数据后,这个数组就称为哈希表.

互联网摘选

11、

The feature acquisition module transforms and quantizes the image contours and formulates the hash table entries.

特征获取模块对图像轮廓进行变换和量化,形成散列表的入口。

互联网摘选

12、

You can think of a hash table conceptually as a series of buckets, each with an address that is derived form the key value by applying the hash function.

可以在概念上将哈希表认为是一系列的bucket,每个bucket所拥有的地址是通过应用哈希函数从键值导出的。

互联网摘选

13、

The JSON object includes both the "id" field and the "name" field for the record encoded as a JavaScript hash table.

对于作为一个JavaScript哈希表编码的记录,JSON对象包含“id”字段和“name”字段。

互联网摘选

14、

At present, Distributed Hash Table is applied in the structured technology.

目前,分布式哈希表(DHT)技术是结构化P2P网络中采用的主要技术。

互联网摘选

15、

Note that the variable_map class resembles a hash table in many respects.

请注意,variable map类在许多方面与哈希表非常相似。

互联网摘选

16、

The trace-driven simulations demonstrate that MTH has a better performance than the original hash table algorithm, which suits the high-speed state inspection firewall well.

历史流量驱动的性能仿真实验表明,MTH算法的性能明显优于原哈希表算法,能够满足高速状态检测防火墙的速度要求。

互联网摘选

17、

For the needs of quick retrieval mass unstructured temporal information, designed a Multi-indexed Distributed Hash Table ( tDHT) algorithm to realize the retrieval for the temporal attribute value of temporal column quickly and efficiently.

对于时态信息的快速检索需求,设计了多级分布式哈希索引表算法(tDHT),实现对时态列族的时态属性值的高效、快速的检索。

互联网摘选

18、

This hash table refers to the symbol table referenced by the DT _ SYMTAB element.

这个符号哈希表指向被DT_SYMTAB数组项引用的符号表.

互联网摘选

19、

Generally, these structured P2P networks are based on DHT ( Distributed Hash Table) and with the advantage of good scalability.

这些结构化的P2P网络通常都基于分布式哈希表(Distributed Hash Table,DHT),具有可扩展性好等特点。

互联网摘选

20、

Problem Description: Design hash table to achieve telephone number inquiry system.

问题描述: 设计哈希表实现电话号码查询系统.

互联网摘选

21、

It uses HTTP redirection to achieve transparent WEB-based authentication, and adopts an event-driven architecture, Bitmap and hash table algorithms to achieve good performance.

该机制利用HTTP重定向技术实现透明的WEB认证,采用事件驱动方式、BitMap和Hash表算法等保证系统具有良好的性能。

互联网摘选

22、

Use an in-memory hash table to cache rows as they are processed.

使用内存中的哈希表高速缓存所处理的行。

互联网摘选

23、

With the help of distributed Hash table, the structured P2P ( peer-to-peer) network has a short routing path and good extensibility.

利用分布式哈希表,有结构的对等(peer-to-peer,简称P2P)网络具备了较短的路由长度和较好的扩展性。

互联网摘选

24、

Distributed hash table ( DHT) scheme is the core technique to locate resources in structured peer-to-peer systems.

分布哈希表(DHT)方法是结构化拓扑P2P系统实现资源定位的关键技术。

互联网摘选

25、

So, this implementation uses a prime number for the hash table size.

所以, 我们实现使用素数作为散列表的大小.

互联网摘选

26、

Define hash table data structure . 2.

定义哈希表数据结构.

互联网摘选

27、

Chord is a common distributed hash table based P2P overlay model, there have many applications such as instant message, voice and video stream on this model.

Chord环是目前常见的一种基于分布式哈希表的P2P overlay模型,在该模型上可承载即时通讯、语音、视频等多种业务。

互联网摘选

28、

That applies MMAP based file directory improved addressing method and hash table based URL filter to web content audit system, can improve the rate of the duplicated URL judgment and filtering. Finally, this paper implements a web content audit system.

将基于MMAP改进的文件目录寻址法和基于哈希表的URL过滤器结合应用于网络内容审计系统中,能够提高重复URL判定和过滤的速度。最后,本文实现了一个网络内容审计系统。

互联网摘选

29、

Method of Data-extraction from DXF Based on Hash Table and its Application

基于哈希表的DXF文件信息读取方法及其应用

互联网摘选

30、

The cost of coding/ de coding is equal to that an accessing or searching the hash table.

压缩的编码/解码成为对hash表一次查找或直接访问的开销。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索
  • native[ˈneɪtɪv] adj.出生地的;本地的;本国/地语的;土著的;原产地的;天赋的;n.出生于某国/地的人;本国/地人;土著;本地动植物;
  • worse[wɜːs] adj.更差的;更严重的(bad, ill的比较级);adv.更糟(的是);更严重(badly的比较级);
  • aloe vera[ˌæləʊ ˈvɪərə] 真芦荟,羊角掌,真芦荟制品;芦荟汁(用于生产护肤霜等);
  • headmaster[ˌhedˈmɑːstə(r)] n.(私立学校的)校长;
  • flavor[ˈfleɪvə] n.味;韵味;特点;香料;vt.给…调味;给…增添风趣;
  • granny[ˈɡræni] n.奶奶;外婆;婆婆妈妈的人;
  • shape[ʃeɪp] n.形状,图形;模糊的影子;状况;特点;v.塑造;决定…的形成;准备(做某动作);
  • building[ˈbɪldɪŋ] n.建筑物;楼房;房屋;建筑(艺术或行业);v.build的现在分词;
  • fuli [地名] [索马里] 富利;
  • free loop[fri: lu:p] n.自由回路;自由循环,自由圈
  • be[bi] v. 是;有,存在;做,成为;发生;aux. 用来表示某人或某物即主语本身,用来表示某人或某物属于某一群体或有某种性质;
  • punch list[pʌntʃ lɪst] 竣工查核事项表;剩余工作清单;问题清单;遗留问题清单

微语录(www.volg.cn)为您提供在线词典、英语翻译、单词大全、英译汉、汉译英等英语服务!可通过lj:关键词格式搜索句子,如lj:affect,搜索affect相关的双语例句!

用户反馈
请选择反馈类型(可多选):
您的联系方式:(如需回复请填写联系方式)
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈